home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_200 / 266_01 / plox.ref < prev    next >
Text File  |  1990-07-21  |  3KB  |  72 lines

  1.               micro PLOX Language Outline
  2.  (lengths and locations are in inches unless "data" is indicated)
  3.  
  4.               Version 5.0  05 July 1990
  5.  
  6.   An item in [square brackets] or a list of choices between
  7.   |vertical bars| is optional.  If there is a default value
  8.   it is shown in (parentheses) underneath.  Items in <angle
  9.   brackets> are descriptions of name or numbers that you
  10.   must make up.  All other items must be typed in exactly
  11.   as shown.
  12.  
  13. PIC  [size <x-dim,y-dim>]  [margin <number>]  [outline]
  14.                (7,5)                  (5)
  15.                         |L left  |
  16. TITLE at <x-loc,y-loc>  |C center|  |H hor| [font <n>]  text <title-text>
  17.                         |R right |  |V ver|       (1)
  18.                            (C)        (H)
  19.  
  20.       or put text on a following TITLE statement:
  21. TITLE text  <text-of-title>
  22.  
  23. AREA at <x-loc,y-loc>  size <x-dim y-dim>  [outline]
  24.  
  25.      |below|
  26. AXIS |above| [from <value>]  to <value>  [boxes <number>]  [invisible]
  27.      |left |          (0)        (100)
  28.      |right|
  29.  
  30.      |sparse   |                                |pinwheel    |
  31.      |dotted   |      |   *    @     |          |diamond  x  |
  32. LINE |spotted  | file |<[d:]name.ext>|  [points |flower plus |]
  33.      |dashdot  |                                |blot  square|
  34.      |dash     |  (file * means that the        |blob  circle|
  35.      |longdash |   data immediately follows
  36.      |solid    |   and ends with a $ in column 1)
  37.      |invisible|  (file @ means that the file name will
  38.       (solid)      be supplied when the chart is drawn)
  39.  
  40.      [items <ix iy>]        [item <n> is yymmdd]
  41.             (1) (2)
  42.  
  43. BARS  file |<[d:]name.ext>| [items <ix iy>]  [item <n> is yymmdd]
  44.            |   *     @    |        (1) (2)
  45.  
  46.         [width <value>]  |V ver|  [base = <value-in-data-units>]
  47.                 (.125)   |H hor|            (bottom of range)
  48.                           (V)
  49.  
  50.         [abut <m> of <n>]   [hatch |right  left |]    [gap = <n>]
  51.               (1)    (1)           |H hor  V ver|            (4)
  52.                                    |square blank|
  53.                                       (blank)
  54.     |solid sparse dash|                                   |H hor|
  55. ISO |dotted  longdash |  at <data-value> [form is yymmdd] |V ver|
  56.     |spotted dashdot  |            (0)                      (H)
  57.         (solid)
  58.                         |L left  |
  59. LABEL at <xdata,ydata>  |C center|  |H hor| [font <n>]  |xform yymmdd|
  60.                         |R right |  |V ver|       (1)   |yform yymmdd|
  61.                          (C)        (H)
  62.       text <label-text>
  63.  
  64. HUE |      blue  pea  aqua coral plum  umber chalk |
  65.     | gray azure lime cyan peach lilac lemon white |
  66.  
  67. Notes:
  68.  
  69. 1. Font 1 is very small  (3 X 5 dots), capitals only.
  70. 2. Font 2 is normal size (5 X 6 dots), upper and lower case.
  71.  
  72.